Auth and User
Verify the user token
Verifies the user token and logs the user in. The user must have received a verification token via email.
POST
Verify the user token
Body
application/json
Response
Successful Response
Represents a read command for a user.
The total budget currently available to the user.
The number of campaigns owned by the user.
Required range:
x >= 0The number of creatives owned by the user.
Required range:
x >= 0The total credit currently available to the user.
The email of the user.
The id of the user.
Is the user active.
Is the user admin.
Is the user email is verified.
The permissions information of the user.
Examples:
{}{
"admin": [],
"advertiser": ["permission"],
"analytic": ["campaign"],
"audience": [],
"audience_attribute": ["r"],
"audience_segment": ["r", "w"],
"campaign": ["r", "w"],
"creative": ["r", "w"],
"placement": ["r"],
"retailer": []
}{
"admin": ["list_advertisers", "budget"],
"advertiser": [],
"analytic": ["placement"],
"audience": ["r"],
"audience_attribute": ["r", "w"],
"audience_segment": ["r", "w"],
"campaign": ["r"],
"creative": ["r", "w"],
"placement": ["r", "w"],
"retailer": ["approval", "permission"]
}The number of placements owned by the user.
Required range:
x >= 0Represents a user preferences.
User role enum.
Available options:
advertiser, retailer, admin The name of the user.
Verify the user token
